home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 CISC / NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso / NextAdmin / HostManager.app / French.lproj / CustomSavePanel.nib / data.classes < prev    next >
Text File  |  1993-04-06  |  1KB  |  83 lines

  1. NISavePanel = {
  2.     SUPERCLASS = NIOpenPanel;
  3. };
  4. NIDomainPanel = {
  5.     ACTIONS = {
  6.     windowWillResize:;
  7.     cancel:;
  8.     browser:;
  9.     ok:;
  10.     };
  11.     OUTLETS = {
  12.     panelButton;
  13.     cancelButton;
  14.     groupForm;
  15.     domainBrowser;
  16.     panel;
  17.     domainText;
  18.     sharedDomainPanel;
  19.     okButton;
  20.     fieldEditor;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. NIOpenPanel = {
  30.     ACTIONS = {
  31.     windowWillResize:;
  32.     refreshLowerData:;
  33.     objectHit:;
  34.     };
  35.     OUTLETS = {
  36.     panelTitleField;
  37.     listTitleField;
  38.     selectedItemText;
  39.     directoryObjectBrowser;
  40.     iconButton;
  41.     };
  42.     SUPERCLASS = NIDomainPanel;
  43. };
  44. Distributor = {
  45.     ACTIONS = {
  46.     save:;
  47.     closeHost:;
  48.     delete:;
  49.     localConfig:;
  50.     infoPanel:;
  51.     hostAddConfig:;
  52.     appDidInit:;
  53.     saveToDomain:;
  54.     timeConfig:;
  55.     openHost:;
  56.     terminate:;
  57.     revert:;
  58.     newHost:;
  59.     };
  60.     OUTLETS = {
  61.     savePanel;
  62.     hostAddConfig;
  63.     winMenuMatrix;
  64.     timeConfig;
  65.     winMenu;
  66.     localConfig;
  67.     securityPanel;
  68.     infoPanel;
  69.     host;
  70.     };
  71.     SUPERCLASS = Application;
  72. };
  73. NINetSaver = {
  74.     ACTIONS = {
  75.     windowWillResize:;
  76.     bindToParent:;
  77.     };
  78.     OUTLETS = {
  79.     parentCheckBox;
  80.     };
  81.     SUPERCLASS = NISavePanel;
  82. };
  83.